SequenceVariableField Properties

Properties

EnableLetterSynchronization Specifies whether letter synchronization shall take place. If letters are used in alphabetical order for numbering, there are two ways to process overflows within a digit, as follows: -false: A new digit is inserted that always has the same value as the following digit. The numbering sequence (for lower case numberings) in that case is a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ..., and so on. -true: A new digit is inserted. Its start value is ”a” or ”A”, and it is incremented every time an overflow occurs in the following digit. The numbering sequence (for lower case numberings) in that case is a,b,c, ..., z, aa, ab, ac, ...,az, ba, ..., and so on.
Formula Specifies the formula or expression used to compute the value of a field.
Name Contains the name of variable to display.
NumberFormat Specifies the numbering sequence. The defined values are: -1: Hindu-Arabic number sequence starts with 1. -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. -i: number sequence of lowercase Roman numerals starts with “i”. -I: number sequence of uppercase Roman numerals start with “I”. -a value of type string 18.2. -an empty string: no number sequence displayed. If no value is given, no number sequence is displayed.
ReferenceName Contains the name that is used as a reference.
Value Contains sequence variable.

See Also